home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip Kasım 2001.iso / prog / share / wormcln / setup.exe / 0 / RCDATA / TPWDFORM / TPWDFORM.txt
Encoding:
Text File  |  2000-11-11  |  839 b   |  49 lines

  1. object PwdForm: TPwdForm
  2.   Left = 227
  3.   Top = 247
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 102
  6.   ClientWidth = 239
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 14
  14.   object Label1: TLabel
  15.     Left = 7
  16.     Top = 7
  17.     Width = 225
  18.     Height = 30
  19.     AutoSize = False
  20.   end
  21.   object Edit1: TEdit
  22.     Left = 7
  23.     Top = 40
  24.     Width = 225
  25.     Height = 22
  26.     PasswordChar = '*'
  27.     TabOrder = 0
  28.     OnChange = Edit1Change
  29.   end
  30.   object Button1: TButton
  31.     Left = 34
  32.     Top = 70
  33.     Width = 80
  34.     Height = 23
  35.     Default = True
  36.     Enabled = False
  37.     TabOrder = 1
  38.     OnClick = Button1Click
  39.   end
  40.   object Button2: TButton
  41.     Left = 122
  42.     Top = 70
  43.     Width = 80
  44.     Height = 23
  45.     TabOrder = 2
  46.     OnClick = Button2Click
  47.   end
  48. end
  49.